Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/64 - Photo Editor/

image-editor.css /cody/swapnilsparsh/30DaysOfJavaScript/64 - Photo Editor/image-editor.css
145 Views
0 Comments
#imageEditor {
margin:auto;
padding:20px;
border:1px solid #4b4b4b;
-moz-border-radius:8px;
-webkit-border-r
index.html /cody/swapnilsparsh/30DaysOfJavaScript/64 - Photo Editor/index.html
372 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initi
script.js /cody/swapnilsparsh/30DaysOfJavaScript/64 - Photo Editor/script.js
216 Views
0 Comments
onload = function () {
const editor = document.getElementById("editor");
const context = editor.getContext("2d");
co
style.css /cody/swapnilsparsh/30DaysOfJavaScript/64 - Photo Editor/style.css
161 Views
0 Comments
html,
body {
height: 100%;
}

.text_box {
margin-top: 50px;
width: 100%;